.page-wrapper .img-delay{
    height:auto;
}
video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100;
}

.slick-slider {
    height: 100%;
    margin-bottom: 0;
}
/* power */
.power .shili_imgs .left,
.power .shili_imgs .right {
    display: flex;
    justify-content: center;
}

.power .shili_imgs .img_intro {
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 6px;
}

.power .shili_imgs .img_intro .image {
    position: relative;
}

.power .shili_imgs .img_intro .image ._360 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -57px;
    margin-top: -64px;
}

.power .shili_imgs .image:hover .shili_img {
    transform: scale(1.05);
}

.power .shili_imgs .image:hover ._360 {
    transform: rotate(360deg);
}

.power .shili_imgs .image ._360 {
    transition: all 1s ease-in-out;
}

.power .shili_imgs .img_intro .shili_img {
    width: 600px;
    aspect-ratio: 30 / 17;
    box-shadow: 0 0 5px #aaa;
    border-radius: 6px;
    transition: all .2s ease-in-out;
}

.power .shili_imgs .img_intro .text {
    margin-top: 20px;
}

.power .shili_imgs .img_intro .text p {
    font-size: 16px;
    color: #535353;
    font-family: "Pretendard";
    margin-bottom: 5px;
    line-height: 24px;
}

.power .shili_imgs .img_intro .text p.green {
    color: #F2540C;
}

.power .section-title h2 {
    position: relative;
    padding-bottom: 30px;
}

.power .section-title h2::before {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background-color: #F2540C;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -4px;
}
.img-delay{
    width: 100%;
    height: 100%;
}
.container-full{
    width: calc(100% - 30px);;
    margin: 0 15px;
}
.services-section .services-grids{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topAdv-grids{
    display: flex;
    justify-content: space-between;
    
}
.topAdv-grids .topgrid{
    box-shadow: 1px 2px 4px 1px rgba(4,0,0,0.14);
    width:calc(25% - 5px);;
}
.services-section .services-grids .grid{
    width:calc(25% - 5px);;
    margin-bottom: 10px;
}
.services-section .services-grids .grid img{
    aspect-ratio: 155 / 104;
}
.services-grids h3{
    text-align: center;
    font-size: 20px!important;
}

/* 新闻资讯 */
.news-section .news_list{
    display: flex;
    justify-content: space-between;
}
.news-section .news-grids img{
    aspect-ratio: 3 / 2;
}
.news-section .news_list ul{
    width: 48%;
}
.news-section .news_list ul li{
    height:40px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}
.news-section .news_list ul li a{
    font-size: 16px;
    line-height: 40px;
    color:#595959;
    margin-left: 10px;
    width:420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-section .news_list ul li .date{
    margin-left: auto;
    margin-right: 10px;
    font-size: 14px;
    color:#ccc;
}
.projects-category ul li a{
    font-size: 16px!important;
    background-color: #FF5E41;;
    color: #fff;
    padding: 4px 4px;
    border-radius: 4px;
}
.projects-category ul li{
    margin: 0;
}
.projects-flex{
    display: flex;
    align-self: center;
    justify-content: center;
}
.projects-flex a{
    font-size: 16px!important;
    background-color: #FF5E41;;
    color: #fff;
    padding: 4px 4px;
    border-radius: 4px;
    
}

.projects-flex span{
    color: #73787d
}

.img-overlay-flex{
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    text-align: center;
}
.about-gif{
    padding-top: 30px;
    /* margin-bottom: 80px; */
}
.gongxu-section .content .overlay {
    background-color: rgba(255, 94, 20, 0.1);
    width: 95%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0%;
    /* -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; */
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.gongxu-section .content .img-overlay{
    width: 23%;
    margin: 0 10px;
}
.gongxu-section .content .img-overlay img{
    width: 100%;
}

.gongxu-section .content ._2img{
    width: 20%;
}

.gongxu-section .content ._2img .img-overlay-2 img {
    width: 99%;
}

.gongxu-section .content ._2img-unique{
    width: 25%;
    margin: 0 3px;
}

.gongxu-section .content ._2img-unique  img {
    width: 99%;
}
.gongxu-section .content .img-overlay-unique-2{
    width: 25.5%;
    margin: 0 3px;
}
.gongxu-section .content .img-overlay-unique-2 img{
    width: 99%;
}
.fixed-icon{
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 64px;
    height: 64px;  
    z-index: 99999;
    
}
/* padding */
.section-title{
    margin-bottom: 30px;
}
.banner-swiper .swiper-pagination-bullet{
    width:16px;
    height:16px;
}
/* 产品信息 */
.product_detail{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 16px;
}
.product_detail p{
    margin:0 0 5px;
    color:#535353;
}
.product_detail a{
    color:#535353;
}
.product_detail .left a:hover{
    color:#F2540C;
}
.product_detail .left .green{
    color:#1a723d;
}
.product_detail .right a{
    display: block;
    font-size: 14px;
    color:#fff;
    background-color: #F2540C;
    padding:4px 8px;
}
.product_detail .right a:hover{
    background-color: #409eff;
    color:#fff;
}
#modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10000;
}
.partner-swiper {
    width: 100%;
    height:540px;
    overflow: hidden;
}

.partner-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    gap: 30px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.partner-swiper .swiper-slide img {
    box-shadow: 0 0 5px #ddd;
    aspect-ratio: 1 / 1;
}
.show-swiper .swiper-slide{
    padding:15px;
    display: flex;
    justify-content: center;
}
.show-swiper .swiper-slide img{
    aspect-ratio: 2 / 1;
}
.show-swiper .swiper-pagination{
    bottom: -5px;
}
.contact-section {
    background: #fff !important;
}

.contact-section .contact-form label {
    color: #535353;
}

.contact-section .contact-form input,
.contact-section .contact-form select {
    border: 1px solid #535353;
    color: #535353;
}

.contact-section .contact-form .submit-btn-wrap input {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #535353;
}

.contact-section .contact-form .submit-btn-wrap input:hover {
    background: #0058a7;
    border-color: #0058a7;
}
.contact-sec {
    display: flex;
}

.contact-sec .left {
    width: 50%;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-color: #eee;
    box-shadow: 0 0 5px #aaa;
}

.contact-sec .left .inner {
    width: 670px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-sec .left p.title {
    color: #535353;
    font-size: 24px;
    font-weight: bold;
}

.contact-sec .left p.normal {
    font-size: 15px;
    color: #000;
}

.contact-sec .left p.bold {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.contact-sec .left .imgs-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 650px;
    margin-top: 20px;
}

.contact-sec .left .imgs-block img {
    width: 320px;
    margin-bottom: 10px;
}

.contact-sec .right {
    width: 50%;
    padding: 50px 0;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-sec .right .inner {
    width: 670px;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-sec .contact-form .submit-btn-wrap {
    text-align: center;
}

.contact-sec .contact-form input {
    border-radius: 4px;
}

.contact-sec .contact-form .submit-btn-wrap input {
    background-color: #F2540C;
    color: #fff;
    border: none;
    outline: none;
    margin: 20px 0 0 0;
    padding: 0;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.contact-sec .right .inner .form_item {
    margin-bottom: 10px;
}
.contact-sec .contact-sec-tags{
    margin-top: 30px;
    width:660px;
    display: flex;
    justify-content: center;
}
.contact-sec .contact-sec-tags span{
    color:#F2540C;
    background-color: #fff;
    margin:0 4px;
    padding:0 15px;
    line-height: 24px;
    font-size: 14px;
}
.section-title .center-title{
    /* width: 100%; */
    height:40px;
    line-height: 40px;
    text-align: center;
}
.faq-item {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #3498db;
}

.faq-question {
    padding:10px 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question h3 {
    font-size: 1.1rem;
    font-weight: normal;
    color: #2c3e50;
}

.faq-icon {
    font-size: 1.2rem;
    width:16px;
    height:16px;
    background: url("/public/template/default/assets/images/angle-down.svg") no-repeat;
    background-size: 16px 16px;
    /* color: #3498db; */
    transition: transform 0.3s;
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    background: #f8f9fa;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer p {
    padding: 20px 0;
    color: #555;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}
.borderRadius6{
    border-radius: 6px;
}